home *** CD-ROM | disk | FTP | other *** search
/ PC User 2001 August / APC_Aug2001_CD1.iso / toolkit / files / interarchy-41.hqx / Interarchy 4.1 / Extras / Scripting Support / AppleScripts / MacSearch < prev    next >
Encoding:
Text File  |  2000-07-29  |  109 b   |  6 lines

  1. set theSearchItem to the clipboard
  2. tell application "Interarchy"
  3.     activate
  4.     macsearch theSearchItem
  5. end tell
  6.